html {
	font-size: 0.052084vw;
	overflow-x: hidden;
}
body {
	font-family: 'Source Sans 3', sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	color: #103362;
}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
}
p {
	font-size: 30rem;
	line-height: 114%;
	font-weight: 400;
}
h1 {
	font-size: 48rem;
	font-weight: 700;
	line-height: 104%;
}
h2 {
	font-size: 40rem;
	font-weight: 600;
	line-height: 114%;
}
h3 {
	font-size: 35rem;
	font-weight: 600;
	line-height: 114%;
}
h4 {
	font-size: 20rem;
	font-weight: 400;
	line-height: 114%;
}
a {
	display: block;
	text-decoration: none;
	color: #252525;
	font-size: 30rem;
	font-weight: 400;
	line-height: 114%;
}
.container {
	width: 1800rem;
	margin: auto;
}
header {
	padding: 25rem 0 14rem;
	background-color: #fff;
}
.header_overlay {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1646rem;
}
.header_logo {
	width: 283rem;
}
.header_logo img {
	width: 100%;
}
.header_nav {
	display: flex;
	align-items: center;
}
.header_nav_item {
	margin: 0 35rem;
}
.hero {
	padding: 192rem 0 160rem;
	background-image: url(../media/Sorin-Constantinescu-3-1024x646.jpg);
	background-size: cover;
	color: #fff;
}
.hero_content {
	width: 738rem;
	margin-left: auto;
}
.hero_title span {
	color: #FDEA4F;
}
.hero_title {
	letter-spacing: -0.72rem;
	text-transform: uppercase;
	border-bottom: 8rem solid #FDEA4F;
	padding-bottom: 3rem;
}
.hero_text {
	margin-top: 14rem;
}
.hero_timer_overlay {
	display: flex;
	align-items: center;
	margin: 88rem 0;
}
.countdown {
	font-size: 77rem;
	color: #FDEA4F;
	font-weight: 700;
	display: flex;
}
.days {
	display: none;
}
.hero_timer_label {
	width: 400rem;
	margin-left: 19rem;
}
.btn {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 40rem;
	font-weight: 600;
	line-height: 114%; 
	letter-spacing: -0.6rem;
	text-transform: uppercase;
	padding: 15rem 0 11rem;
	width: 435rem;
	background-color: #FDEA4F;
	border-radius: 80rem;
	text-align: center;
	color: #103362;
	transition: 0.3s;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.11), 0px 3px 6px 0px rgba(0, 0, 0, 0.10), 0px 10px 10px 0px rgba(0, 0, 0, 0.09), 0px 24px 14px 0px rgba(0, 0, 0, 0.05), 0px 42px 17px 0px rgba(0, 0, 0, 0.02), 0px 66px 18px 0px rgba(0, 0, 0, 0.00);
}
.video {
	margin: 104rem 0;
}
.video_item {
	width: 100%;
}
.video_overlay {
	position: relative;
}
.video_play {
	position: absolute;
	top: calc(50% - 73rem);
	left: calc(50% - 73rem);
	width: 146rem;
}
.advantages {
	margin: 220rem 0 160rem;
}
.advantages_item_title {
	text-transform: uppercase;
}
.form {
	background: #FFF;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.11), 0px 3px 6px 0px rgba(0, 0, 0, 0.10), 0px 10px 10px 0px rgba(0, 0, 0, 0.09), 0px 24px 14px 0px rgba(0, 0, 0, 0.05), 0px 42px 17px 0px rgba(0, 0, 0, 0.02), 0px 66px 18px 0px rgba(0, 0, 0, 0.00);
	padding: 40rem;
	width: 505rem;
}
.form_input {
	font-family: 'Source Sans 3', sans-serif;
	padding: 15rem 27rem;
	width: calc(100% - 56rem);
	border: 1rem solid  #A5ABB6;
	background: #FFF;
	font-size: 20rem;
	font-style: normal;
	font-weight: 400;
	line-height: 114%;
	letter-spacing: -0.3rem;
	margin-bottom: 30rem;
}
.form_checkbox_overlay {
	margin-bottom: 10rem;
}
.check  {
	display: none;
}
.check_label {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.check_label:before {
	content: "";
	display: block;
	width: 42rem;
	height: 42rem;
	background-image: url(../images/sprite.svg);
	background-size: 42rem;
	background-position: bottom;
}
.check_label h4 {
	width: 435rem;
	color: #A5ABB6;
}
.check:checked + .check_label:before {
	background-position: top;
}
.form_text {
	margin-top: 40rem;
	color:#103362;
	text-align: center;
	font-size: 26rem;
	font-weight: 600;
	line-height: 114%; 
	letter-spacing: -0.39rem;
}
.form_submit {
	margin: 45rem auto 0;
	border: none;
	cursor: pointer;
	display: block;
}
.advantages_item {
	display: flex;
	align-items: center;
	width: 750rem;
	margin-bottom: 43rem;
}
.advantages_item_icon {
	width: 138rem;
	margin-right: 24rem;
}
.advantages_item_content {
	width: 588rem;
}
.advantages_overlay {
	display: flex;
	justify-content: center;
	align-items: center;
}
.advantages_items {
	margin-left: 162rem;
}
.person {
	margin: 340rem 0 307rem;
}
.person_overlay {
	display: flex;
	align-items: center;
	justify-content: center;

}
.person_content {
	width: 737rem;
	padding: 20px;
}
.person_content_title {
	color: #252525;
	text-transform: uppercase;
}
.person_content_subtitle {
	margin-bottom: 57rem;
	color: #252525;
}
.person_content_text {
	margin-top: 30rem;
	color: #000;
}
.person_img {
	width: 891rem;
}
.why_title {
	text-align: center;
	text-transform: uppercase;
}
.why_overlay {
	display: flex;
	justify-content: space-between;
	margin-top: 100rem;
}
.why_item {
	width: 352rem;
	padding: 63rem 40rem;
	background: #FFF;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.11), 0px 3px 6px 0px rgba(0, 0, 0, 0.10), 0px 10px 10px 0px rgba(0, 0, 0, 0.09), 0px 24px 14px 0px rgba(0, 0, 0, 0.05), 0px 42px 17px 0px rgba(0, 0, 0, 0.02), 0px 66px 18px 0px rgba(0, 0, 0, 0.00);
	text-align: center;
}
.why_item_icon {
	height: 132rem;
	margin: auto;
}
.why_item_text:before {
	content: "";
	display: block;
	width: 232rem;
	height: 4rem;
	background-color: #FDEA4F;
	margin: 15rem auto;
}



@media(min-width:768px) {
	.soren {
		width: 30%;
	}
}

@media(max-width:768px) {
	.soren {
		width: 80%;
		height: auto;
	}
}

.calc {
	text-align: center;
	margin:  73rem 0 112rem;
	background-image: url(../media/360_F_636638996_Kom6JLOHMNaLjgjXlQHKfzBHg8oJmgqf.jpg);
	background-size: cover;
	padding: 110rem 0 60rem;
}
.calc_title {
	text-align: center;
	margin-top: 207rem;
	text-transform: uppercase;
}
.calc_subtitle {
	text-transform: uppercase;
}
.calc_overlay {
	padding: 60rem 0;
	background-color: #fff;
	width: 1563rem;
    margin: auto;
}
.noUi-tooltip {
	font-weight: 600;
	font-size: 35rem;
	background: #103362;
	padding: 3rem 10rem;
	color: #fff;
}
.slider-wrapper {
	width: 1137rem;
	margin: 100rem auto 0;
}
.noUi-value {
	color: #252525;
	font-size: 35rem;
	font-weight: 600;
}
.calc_result_title {
	margin-top: 120rem;
	text-transform: uppercase;
	color: #252525;
}
.calc_result {
	margin-top: 20rem;
	color: #103362;
	font-size: 47rem;
	font-weight: 700;
}
.noUi-target {
	background-color: #D9D9D9;
	height: 5rem;
}
.noUi-connect {
	background-color: #002C42;
}
.noUi-horizontal .noUi-handle {
    top: -11rem;
    right: -12rem;
    width: 23rem;
    height: 23rem;
    border-radius: 100%;
    background-size: cover;
    box-shadow: none;
}
.noUi-handle:after, .noUi-handle:before {
	display: none;
}
.calc_btn {
	margin: 60rem auto 0;
	width: 507rem;
}
.earn_title {
	text-align: center;
	color: #252525;
	text-transform: uppercase;
}
.earn_overlay {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 127rem;
}
.earn_table {
	width: 1043rem;
}
.earn_img {
	width: 738rem;
}
.earn_table_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 9rem 8rem 9rem 33rem;
	border-bottom: 1rem solid #103362;
	height: 0rem;
	opacity: 0;
	transition: 0.3s;
}
.earn_table_item.active {
	height: 80rem;
	opacity: 1;
	transition: 0.3s;
}
.earn_table_item_icon {
	width: 60rem;
}
.earn_table_item_name {
	width: 140rem;
	color: #252525;
}
.earn_table_item_sum {
	width: 282rem;
	background-color: #FDEA4F;
	color: #252525;
	text-align: center;
	font-size: 47rem;
	font-style: normal;
	font-weight: 700;
	line-height: 102%;
	padding: 6rem 0;
}
.earn_table_item_code {
	width: 242rem;
	color: #252525;
	font-size: 26rem;
}
.earn_table_item_time {
	width: 118rem;
	color: #252525;
}
.logos {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 190rem;
}
.logos_item1 {
	width: 300rem;
}
.logos_item2 {
	width: 355rem;
}
.logos_item3 {
	width: 193rem;
}
.logos_item {
	margin: 0 100rem;
}
.feedback {
	margin-top: 188rem;
}
.feedback_title {
	text-align: center;
	text-transform: uppercase;
	color: #252525;
}
.feedback_slider {
	margin: 70rem auto 0;
	width: 890rem;
}
.feedback_item_head {
	display: flex;
	align-items: center;
	justify-content: center;
}
.feedback_item_icon {
	width: 112rem;
}
.feedback_item_head_content {
	margin-left: 21rem;
}
.feedback_item_name {
	margin-left: 16rem;
	color: #252525;
}
.feedback_item_value {
	color: #252525;
	padding: 7rem 8rem;
	border-radius: 60rem;
	background: #FDEA4F;
}
.feedback_item_text {
	text-align: center;
	margin-top: 35rem;
	color: #252525;
}
.slick-arrow {
	background-image: url(../images/slick_arrow.svg);
	background-size: cover;
	background-color: transparent;
	border: none;
	width: 80rem;
	height: 77rem;
	display: block;
	position: absolute;
	top: calc(50% - 38rem);
	cursor: pointer;
}
.slick-arrow.left {
	left: -170rem;
}
.slick-arrow.right {
	right: -170rem;
	transform: rotate(180deg);
}
.faq {
	margin-top: 250rem;
}
.faq_overlay {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1504rem;
	margin: auto;
}
.faq_item {
	width: 738rem;
	margin-bottom: 20rem;
	cursor: pointer;
}
.faq_item_title {
	background-color: #103362;
	display: flex;
	align-items: center;
	height: 110rem;
	text-transform: uppercase;
	color: #fff;
	padding: 0 42rem 0 21rem;
}
.faq_item_title span {
	width: 604rem;
}
.faq_arrow {
	width: 48rem;
	margin-left: 23rem;
	transform: rotate(0deg);
	transition: 0.4s;
}
.faq_item.active .faq_arrow {
	transform: rotate(180deg);
	transition: 0.4s;
}
.faq_answer {
	padding: 18rem 20rem;
	background-color: #A5ABB6;
	color: #fff;
	display: none;
}
.doubt_title {
	text-align: center;
	width: 798rem;
	margin: auto;
	text-transform: uppercase;
}
.doubt {
	margin-top: 214rem;
}
.doubt_overlay {
	background-image: url(../media/income-investing.webp);
	background-size: cover;
	background-position: bottom;
	padding: 75rem 0 127rem;
	margin-top: 52rem;
	
}
.doubt_form {
	margin: auto;
}
footer {
	background-color: #103362;
	padding: 55rem 0;
}
.footer_logo {
	width: 346rem;
}
.footer_logo img {
	width: 100%;
}
.footer_overlay {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer_text {
	color: #fff;
}
.burger {
	display: none;
}
.popup_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(16, 51, 98,0.5);
}
.popup_content {
	position: fixed;
	width: 1142rem;
	left: calc(50% - 571rem);
	top: calc(50% - 220rem);
	background-color: #fff;
}
.popup_item {
	text-align: center;
	padding: 70rem 120rem;
}
.popup_item_subtitle {
	margin-top: 48rem;
	text-transform: uppercase;
	width: 800rem;
	margin: 48rem auto 0;
}
.popup_item_btn_wraper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 42rem;
}
.popup_item_title {
	text-transform: uppercase;
}
.popup_item_close {
	font-family: 'Source Sans 3', sans-serif;
    font-size: 40rem;
    font-weight: 600;
    line-height: 114%;
    letter-spacing: -0.6rem;
    text-transform: uppercase;
    padding: 15rem 0 11rem;
    width: 435rem;
    background-color: #FAFBFC;
    border-radius: 80rem;
    text-align: center;
    color: #103362;
    transition: 0.3s;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.11), 0px 3px 6px 0px rgba(0, 0, 0, 0.10), 0px 10px 10px 0px rgba(0, 0, 0, 0.09), 0px 24px 14px 0px rgba(0, 0, 0, 0.05), 0px 42px 17px 0px rgba(0, 0, 0, 0.02), 0px 66px 18px 0px rgba(0, 0, 0, 0.00);
}
.quiz_content {
	position: fixed;
	top: 10vh;
	left: calc(50% - 430rem);
	background-color: #fff;
	width: 756rem;
	padding: 30rem 52rem 50rem;
	max-height: 70vh;
	overflow-x: auto;
}
.quiz_content_title {
	margin-top: 60rem;
	margin-bottom: 20rem;
}
.quiz_form_radio {
	display: none;
}
.quiz_form_label {
	display: flex;
	align-items: center;
	margin-top: 8rem;
}
.quiz_form_label:before {
	content: "";
	display: block;
	background-image: url(../images/radio_sprite.svg);
	width: 34rem;
	height: 34rem;
	background-position: bottom;
	background-size: 34rem;
	margin-right: 16rem;
} 
.quiz_form_radio:checked + .quiz_form_label:before {
	background-position: top;
}
.quiz_btn {
	width: 615rem;
	margin: 84rem auto 0;
}
.modal_form_content {
	position: fixed;
	top: 10vh;
	left: calc(50% - 384rem);
	background-color: #fff;
	padding: 93rem 30rem;
}
.modal_form_title {
	text-align: center;
}
.modal_form_subtitle {
	width: 575rem;
	margin: 13rem auto 10rem;
	text-align: center;
}
.modal_form_item {
	margin: auto;
}
.close {
	position: absolute;
	width: 42rem;
	top: 13rem;
	right: 21rem;
}
.modal_form_content {
	max-height: 60vh;
	overflow: auto;
}
.popup {
	display: none;
}
.quiz {
	display: none;
}
.modal_form {
	display: none;
}
@media screen and (min-width: 768px) {
	.btn:hover {
		transform: scale(1.1);
		transition: 0.3s;
	}
	.popup_item_close:hover {
		transform: scale(1.1);
		transition: 0.3s;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 0.13021vw;
	}
	.container {
		width: 728rem;
	}
	.header_overlay {
		width: auto;
	}
	.header_logo {
    	width: 163rem;
	}
	.header_nav {
		display: none;
	}
	.advantages_overlay {
		flex-direction: column;
	}
	.advantages {
    	margin: 60rem 0;
	}
	.hero {
    	padding: 62rem 0 70rem;
    }
    h1 {
    	font-size: 40rem;
    }
    p {
    	font-size: 20rem;
    }
    .hero_timer_overlay {
    	margin: 48rem 0;
    }
    .countdown {
    	font-size: 57rem;
    }
    .btn {
    	width: 355rem;
    	font-size: 27rem;
    }
    .video {
    	margin: 64rem 0;
	}
	.advantages_items {
		margin: 40rem auto 0;
	}
	.advantages_item {
		width: auto;
	}
	.advantages_item_icon {
		width: 88rem;
	}
	.advantages_item_content {
		width: 468rem;
	}
	h2 {
		font-size: 32rem;
	}
	.person {
		margin: 60rem 0;
	}
	.person_overlay {
		flex-direction: column;
	}
	.person_content {
		width: auto;
	}
	h3 {
		font-size: 28rem;
	}
	.person_content_subtitle {
		margin-bottom: 25rem;
	}
	.person_content_text {
		margin-top: 15rem;
	}
	.person_img {
		width: 450rem;
		margin-top: 40rem;
	}
	.why_overlay {
		margin-top: 30rem;
		flex-wrap: wrap;
	}
	.why_item {
    	width: 302rem;
    	padding: 63rem 27rem;
    	margin-top: 10rem;
	}
	.calc_title {
		margin: 80rem auto 0;
		width: 650rem;
	}
	.calc_overlay {
		width: auto;
	}
	.slider-wrapper {
		width: 600rem;
		margin: 70rem auto 0;
	}
	.noUi-tooltip {
		font-size: 23rem;
	}
	.noUi-value {
		font-size: 25rem;
	}
	.calc_result_title {
		margin-top: 90rem;
	}
	.calc_result {
		font-size: 30rem;
	}
	.calc {
		margin: 40rem 0 80rem;
		padding: 60rem 0;
	}
	.earn_overlay {
		margin-top: 0;
		flex-direction: column-reverse;
	}
	.earn_img {
    	width: 340rem;
	}
	.earn_table {
		width: 100%;
	}
	.earn_table_item_icon {
    	width: 40rem;
	}
	.earn_table_item_name {
		width: 100rem;
	}
	.earn_table_item_sum {
		width: 150rem;
		font-size: 30rem;
	}
	.earn_table_item_code  {
		width: 162rem;
	}
	.earn_table_item_time {
		width: 80rem;
		text-align: center;
	}
	.logos {
		margin-top: 80rem;
	}
	.logos_item {
    	margin: 0 30rem;
	}
	.logos_item1 {
		width: 170rem;
	}
	.logos_item2 {
		width: 200rem;
	}
	.logos_item3 {
		width: 93rem;
	}
	.feedback {
    	margin-top: 120rem;
	}
	.feedback_slider {
    	margin: 40rem auto 0;
    	width: 500rem;
	}
	.slick-arrow {
		width: 60rem;
    	height: 57rem;
    	top: calc(50% - 29rem);
	}
	.slick-arrow.left {
    	left: -110rem;
	}
	.slick-arrow.right {
    	right: -110rem;
	}
	.faq {
    	margin-top: 80rem;
	}
	.faq_overlay {
		width: auto;
		flex-direction: column;
	}
	.faq_item {
    	width: 600rem;
    	margin: 0 auto 20rem;
	}
	.faq_item_title {
		font-size: 24rem;
		height: 70rem;
	}
	.faq_arrow {
		width: 28rem;
	}
	.doubt_title {
		width: 658rem;
	}
	.doubt {
    	margin-top: 80rem;
	}
	.footer_logo {
    	width: 190rem;
	}
	footer {
		padding: 25rem 0;
	}
	.doubt_overlay {
		padding: 40rem 0 60rem;
	}
	.burger {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 40rem;
		height: 26rem;
		position: relative;
	}
	.burger:before,.burger:after {
		content: "";
		width: 100%;
		height: 4rem;
		background-color: #103362;
		display: block;
		position: absolute;
		left: 0rem;
		transition: 0.4s;
	}
	.burger:before {
		top: 0rem;
	}
	.burger:after {
		bottom: 0rem;
	}
	.burger span {
		width: 100%;
		height: 4rem;
		background-color: #103362;
		display: block;
		transition: 0.4s;
	}
	.burger.active span {
		background-color: transparent;
		transition: 0.4s;
	}
	.burger.active:before {
		transform: rotate(45deg);
		transition: 0.4s;
		top: 9rem;
	}
	.burger.active:after {
		transform: rotate(-45deg);
		transition: 0.4s;
		bottom: 12rem;
	}
	.header_nav.active {
	    display: block;
	    position: absolute;
	    top: 90rem;
	    background: #fff;
	    width: 100vw;
	    left: 0;
	    padding: 40rem 0;
	}
	.header_nav_item {
    	margin: 20rem 35rem;
	}
	.popup_content {
		width: 742rem;
    	left: calc(50% - 372rem);
	}
	.popup_item_subtitle {
		width: 480rem;
	}
	.popup_item_btn_wraper {
		flex-direction: column;
	}
	.popup_item_close {
		width: 355rem;
		font-size: 27rem;
		margin-top: 15rem;
	}
	.quiz_content {
		left: calc(50% - 360rem);
    	width: 616rem;
	}
	.modal_form_content {
		left: calc(50% - 324rem);
	}
}
@media screen and (max-width: 480px) {
	html {
	    font-size: 0.25615vw;
	}
	.container {
    	width: 350rem;
	}
	.header_logo {
    	width: 129rem;
	}
	header {
    	padding: 7rem 0 0;
	}
	h1 {
		font-size: 23rem;
	}
	p {
		font-size: 16rem;
	}
	h2 {
		font-size: 19rem;
	}
	h3 {
		font-size: 14rem;
	}
	h4 {
		font-size: 13rem;
	}
	.hero {
    	padding: 317rem 0 60rem;
    	background-image: url(../images/hero_bg_mob.png);
		
	}
	.hero_content {
		width: auto;
	}
	.hero_title {
		border-bottom: 5rem solid #FDEA4F;
	}
	.countdown {
    	font-size: 45rem;
	}
	.hero_timer_overlay {
    	margin: 43rem 0;
	}
	.btn {
    	margin: auto;
    	width: 240rem;
    	font-size: 20rem;
    	padding: 11rem 0 7rem;
	} 
	.video {
	    margin: 56rem 0 63rem;
	}
	.video_play {
	    top: calc(50% - 20rem);
	    left: calc(50% - 20rem);
    	width: 40rem;
	}
	.form {
		width: 297rem;
		padding: 21rem 26rem;
	}
	.form_input {
	    padding: 14rem 24rem;
	    width: calc(100% - 48rem);
	    font-size: 13rem;
	    margin-bottom: 23rem;
	}
	.check_label:before {
		width: 32rem;
		height: 32rem;
		background-size: 32rem;
	}
	.check_label h4 {
		width: 255rem;
	}
	.form_text {
		font-size: 13rem;
		margin-top: 25rem;
	}
	.form_submit {
		margin-top: 17rem;
	}
	.advantages_item_icon {
    	width: 64rem;
    	margin: 11rem;
	} 
	.advantages_item_content {
    	width: 272rem;
	}
	.advantages_items {
    	margin: 60rem auto 0;
	}
	.advantages_item {
		margin-bottom: 20rem;
	}
	.person_overlay {
		flex-direction: column-reverse;
	}
	.person {
    	margin: 55rem 0 118rem;
	}
	.person_img {
		margin-top: 0;
	}
	.person_content {
		margin-top: 42rem;
	}
	.why_item_icon {
		height: 106rem;
	}
	.why_item {
		margin-top: 30rem;
	}
	.why_overlay {
		margin-top: 0;
	}
	.calc_title {
    	margin: 90rem auto 0;
    	width: 320rem;
	}
	.calc {
	    margin: 40rem 0 70rem;
	    padding: 40rem 0;
	}
	.calc_overlay {
    	padding: 20rem 0 24rem;
	}
	.slider-wrapper {
    	width: 290rem;
    	margin: 40rem auto 0;
	}
	.noUi-tooltip {
	    font-size: 14rem;
	}
	.noUi-value {
    	font-size: 14rem;
	}
	.noUi-pips-horizontal {
    	padding: 10rem 0;
    	height: 20rem;
	}
	.calc_result_title {
    	margin-top: 50rem;
	}
	.calc_result {
    	font-size: 23rem;
	}
	.calc_btn {
		margin: 23rem auto 0;
	}
	.earn_img {
		display: none;
	}
	.earn_title {
		width: 300rem;
		margin: auto;
	}
	.earn_overlay {
		margin-top: 18rem;
	}
	.earn_table_item_icon {
    	width: 20rem;
	}
	.earn_table_item_name {
    	width: 64rem;
    	font-size: 14rem;
	}
	.earn_table_item_sum {
    	width: 74rem;
    	font-size: 16rem;
	}
	.earn_table_item_code {
    	width: 100rem;
    	font-size: 12rem;
	}
	.earn_table_item_time {
    	width: 70rem;
    	font-size: 12rem;
	}
	.earn_table_item {
	    padding: 9rem;
	    width: 380rem;
	    margin-left: -20rem;
	}
	.logos_item1 {
    	width: 76rem;
	}
	.logos_item {
	    margin: 0 25rem;
	}
	.logos_item2 {
    	width: 90rem;
	}
	.logos_item3 {
    	width: 50rem;
	}
	.logos {
    	margin-top: 30rem;
	}
	.feedback {
    	margin-top: 90rem;
	}
	.feedback_item_icon {
    	width: 70rem;
	}
	.feedback_item_value {
		font-size: 19rem;
		padding: 4rem 5rem;
	}
	.feedback_slider {
		width: 350rem;
	}
	.feedback_item_name {
		margin-left: 7rem;
	}
	.feedback_item_text {
		margin-top: 22rem;
	}
	.slick-arrow.left {
    	left: 130rem;
	}
	.slick-arrow.right {
    	right: 130rem;
	}
	.slick-arrow {
	    width: 36rem;
	    height: 35rem;
	    top: auto;
    	bottom: -60rem;
	}
	.faq {
	    margin-top: 140rem;
	}
	.faq_item_title {
		font-size: 17rem;
		height: 50rem;
		padding: 0 12rem;
	}
	.faq_item_title span {
    	width: 284rem;
	}
	.faq_arrow {
    	width: 22rem;
	}
	.faq_item {
		width: auto;
		margin: 0 auto 12rem;
	}
	.faq_answer {
		padding: 8rem 9rem;
	}
	.doubt {
    	margin-top: 120rem;
	}
	.doubt_title {
    	width: 348rem;
	}
	.doubt_overlay {
		margin-top: 30rem;
		padding: 80rem 0 85rem;
		background-image: url(../images/transgaz.jpg);
	}
	.footer_overlay {
		flex-direction: column;
	}
	footer {
    	padding: 30rem 0 35rem;
	}
	.footer_logo {
		margin-top: 28rem;
    	width: 340rem;
	} 
	.header_nav.active {
		top: 50rem;
		padding: 20rem 0;
	}
	.header_nav_item {
		font-size: 16rem;
		margin: 9rem 35rem;
		text-align: center;
	}
	.burger {
		width: 30rem;
    	height: 21rem;
	}
	.burger span {
		height: 2rem;
	}
	.burger:before, .burger:after {
		height: 2rem;
	}
	.burger.active:after {
		bottom: 10rem;
	}
	.popup_item {
		padding: 20rem 30rem;
	}
	.popup_item_title {
		font-size: 19rem;
	}
	.popup_item_subtitle {
		font-size: 14rem;
	}
	.popup_item_btn_wraper {
	    flex-direction: row;
	    margin-top: 12rem;
	}
	.popup_item_close {
    	width: 128rem;
    	font-size: 12rem;
    	margin-top: 0rem;
    	padding: 11rem 0 7rem;
	}
	.popup_item_btn {
    	width: 128rem;
    	font-size: 12rem;
	}
	.popup_item_subtitle {
		width: 222rem;
	}
	.popup_content {
    	width: 357rem;
	    left: calc(50% - 178rem);
	}
	.quiz_content {
		width: 330rem;
    	padding: 30rem 14rem 40rem;
    	left: calc(50% - 180rem);
	}
	.quiz_form_label:before {
		width: 20rem;
		height: 20rem;
		background-size: 20rem;
	}
	.quiz_content_title {
    	margin-top: 30rem;
    	margin-bottom: 10rem;
	}
	.quiz_btn {
		font-size: 12rem;
		width: 180rem;
		margin-top: 22rem;
	}
	.modal_form_title {
		font-size: 14rem;
	}
	.modal_form_subtitle {
		width: 205rem;
		font-size: 13rem;
	}
	.modal_form_content {
		left: calc(50% - 184rem);
    	padding: 53rem 10rem;
	}
	.close {
    	width: 21rem;
    	top: 13rem;
    	right: 14rem;
	}
}